Load required libraries

library("hdxstats")
library("dplyr")
library("ggplot2")
library("RColorBrewer")
library("tidyr")
library("pheatmap")
library("scales")
library("viridis")
library("patchwork")
library("Biostrings")
library("xfun")
library("tidyverse")
library("NGLVieweR")
library("comprehenr")
library("bio3d")
source("../R/test_script_app2.R")
source("../R/pdb-visualisation.R")

TEST CASE 1

csv_filepath <- csv_filepath <- system.file("extdata", "MBP.csv", package = "hdxstats")
hdx_data <- extract_hdx_data(csv_filepath, parameter_file = "../vignettes/data/myparameters.hdxp")
[1] "INFO: You gave me a CSV file of your HDX-MSM data"
[1] "INFO: I will pre-process your data parse it using QFeatures ..."
[1] "INFO: You provided a 'parameter_file', I will extract parameters from this to format your output QFeatures data object."
[1] "INFO: You provided a list of 'parameters', I will extract parameters from this to format your output QFeatures data object."
[1] "INFO: Stripped your 'Exposure_Time' values from non-numeric characters."
[1] "INFO: Your original_time_units == 's'. I will not convert your 'Exposure_Time' values."
[1] "INFO: Reformatting your data to a wide format..."
[1] "INFO: Parsing your data as a qDF object class instance. Method: parseDeutData"
[1] "WARNING: Your output data is not normalised."
[1] "WARNING: Your output data was not saved. You can provide an output path with 'save = my_path'"
[1] "INFO: I pre-processed you input CSV data content and now it's available as a QFeatures instance"
# INPUT
data_selection <- hdx_data[,1:100]
all_peptides <- rownames(data_selection)[[1]]
starting_parameters <- list(a = NULL, b = 0.001,  d = NULL, p = 1)

# OUTPUT
results <- analyse_kinetics(data = data_selection,
                            method = "dfit",
                            peptide_selection = all_peptides[37],
                            start = starting_parameters)
[1] "INFO: Performing differential fitting of Deuterium uptake kinetics. Method: 'hdxstats::differentialUptakeKinetics' "
[1] "INFO: You did not specify a 'formula' for your fitting model."
[1] "INFO: Fitting will be performed for (default): 'formula <- value ~ a * (1 - exp(-b*(timepoint)^p)) + d' "
Warning in fitting_method(object = data, feature = peptide_selection, start = starting_parameters) :
  NAs introduced by coercion

View fitting curves of Deu-uptake kinetics for all available conditions associated to selected peptides

graphics_kinetics <- visualise_hdx_data(results, type="kinetics") 
[1] "INFO: I found  7  models in your results data."
graphics_kinetics

# INPUT
data_selection <- hdx_data[,1:24]
all_peptides <- rownames(data_selection)[[1]]
starting_parameters <- list(a = NULL, b = 0.001,  d = NULL, p = 1)

# OUTPUT
results <- analyse_kinetics(data = data_selection,
                            method = "fit",
                            peptide_selection = all_peptides,
                            start = starting_parameters)
[1] "INFO: Performing fitting of Deuterium uptake kinetics. Method: 'hdxstats::fitUptakeKinetics' "
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
[1] "model fit failed, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
[1] "model fit failed, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
[1] "model fit failed, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
[1] "model fit failed, likely exessive missing values"
Warning in differentialUptakeKinetics(object = object, feature = x, start = start,  :
  NAs introduced by coercion
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
Error in nlsModel(formula, mf, start, wts) : 
  singular gradient matrix at initial parameter estimates
[1] "Could not fit model, likely exessive missing values"
graphics_forest <- visualise_hdx_data(results, type="forest")
[1] "INFO: I found  100  models in your results data."
graphics_kinetics <- visualise_hdx_data(results, type="kinetics")
[1] "INFO: I found  100  models in your results data."

Combine graphical outputs in a single canvas

(graphics_kinetics[[1]] | graphics_kinetics[[2]] | graphics_kinetics[[3]]) /
  (graphics_forest[[1]] | graphics_forest[[2]] | graphics_forest[[3]] ) 

TEST CASE 2

Single-domain antibody (sdAb) binding assays to HOIP.

csv_filepath <- "/home/sanjuan/R/x86_64-pc-linux-gnu-library/4.2/hdxstats/extdata/N64184_1a2_state.csv"
hdx_data <- extract_hdx_data(csv_filepath, parameter_file = "../vignettes/data/N64184_1a2_state.hdxp")
[1] "INFO: You gave me a CSV file of your HDX-MSM data"
[1] "INFO: I will pre-process your data parse it using QFeatures ..."
[1] "INFO: You provided a 'parameter_file', I will extract parameters from this to format your output QFeatures data object."
[1] "INFO: You provided a list of 'parameters', I will extract parameters from this to format your output QFeatures data object."
[1] "INFO: Stripped your 'Exposure_Time' values from non-numeric characters."
[1] "INFO: Your original_time_units == 'm'. I will convert your 'Exposure_Time' values to seconds (s)."
[1] "INFO: Your 'Replicate' column appears to be NA. I will add this column with 1 values just to label your data."
[1] "INFO: Your 'Charge' column appears to be NA. I will add this column with 0 values just to label your data."
[1] "INFO: Reformatting your data to a wide format..."
[1] "INFO: Parsing your data as a qDF object class instance. Method: parseDeutData"
[1] "WARNING: Your output data is not normalised."
[1] "WARNING: Your output data was not saved. You can provide an output path with 'save = my_path'"
[1] "INFO: I pre-processed you input CSV data content and now it's available as a QFeatures instance"
# INPUT 
data_selection <- hdx_data[,1:33]
all_peptides <- rownames(data_selection)[[1]] # get all peptides
starting_parameters <- list(a = NULL, b = 0.01,  d = NULL)
formula = value ~ a * (1 - exp(-b*(timepoint))) + d

# OUTPUT
results <- analyse_kinetics(data = data_selection, 
                            method = "dfit", 
                            peptide_selection = all_peptides[3], 
                            start = starting_parameters,
                            formula = formula)
[1] "INFO: Performing differential fitting of Deuterium uptake kinetics. Method: 'hdxstats::differentialUptakeKinetics' "
[1] "INFO: You specified your own 'formula' for your fitting model."
Warning in fitting_method(object = data, feature = peptide_selection, start = starting_parameters,  :
  NAs introduced by coercion
graphics_kinetics <- visualise_hdx_data(results, type="kinetics")
[1] "INFO: I found  11  models in your results data."
custom_colors <- scale_color_manual(values = colorRampPalette(brewer.pal(8, name = "Set2"))(11))
graphics_kinetics + custom_colors
Scale for colour is already present.
Adding another scale for colour, which will replace the existing scale.

Remove intercept Deu uptake values

[1] "INFO: You have 110 peptide-charge paired values"
[1] "INFO: For  GPGQECA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CAVCGWALPHNRM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CAVCGWALPHNRMQAL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CAVCGWALPHNRMQALTSCE_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  AVCGWALPHNRM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  AVCGWALPHNRMQAL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  AVCGWALPHNRMQALTSCE_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VCGWALPHNRM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VCGWALPHNRMQA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VCGWALPHNRMQAL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VCGWALPHNRMQALTSC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VCGWALPHNRMQALTSCE_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  WALPHNRM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  WALPHNRMQA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  WALPHNRMQAL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  WALPHNRMQALTS_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  WALPHNRMQALTSCE_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  QALTSCE_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CTICPDC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CTICPDCF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  TICPDCF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FRQHFTIA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RQHFTIA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RQHFTIAL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LKEKHITD_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LKEKHITDM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LKEKHITDMVC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  KEKHITDM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  KEKHITDMVC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  KEKHITDMVCPACGRPDLTDDTQL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  MVCPACGRPDLTD_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  MVCPACGRPDLTDDTQL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VCPACGRPDLTDDTQL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  PACGRPDLTD_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  PACGRPDLTDDTQL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  IQLRESLEPDA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LRESLEPDA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RESLEPDA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RESLEPDAY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RESLEPDAYAL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RESLEPDAYALF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RESLEPDAYALFHKKLTEGVL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  YALFHKKLTEGVL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ALFHKKLTEGVL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FHKKLTEGVL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  HKKLTEGVL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  MRDPKFL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  MRDPKFLWC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  MRDPKFLWCAQ_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FIYEREQL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  IYEREQL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  REQLEATCPQCHQTF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  EATCPQCHQTF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  EATCPQCHQTFC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CVRCKRQWEEQHRGRSCE_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CVRCKRQWEEQHRGRSCED_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CVRCKRQWEEQHRGRSCEDFQN_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  DFQNWKRMNDPEYQAQGLAM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FQNWKRMNDPEY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FQNWKRMNDPEYQAQGL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FQNWKRMNDPEYQAQGLAM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  FQNWKRMNDPEYQAQGLAMY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  WKRMNDPEYQAQGLAM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  KRMNDPEYQAQGLAM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  MYLQENGIDCPKCKF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  YLQENGIDCPKCKF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  YLQENGIDCPKCKFSY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  YLQENGIDCPKCKFSYA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LQENGIDCPKCKF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LQENGIDCPKCKFSYA_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  SYALARGGCMHF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  SYALARGGCMHFHCTQCRHQFCSGC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LARGGCMHF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LARGGCMHFHCTQCRHQFCSGC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LARGGCMHFHCTQCRHQFCSGCY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ARGGCMHFHCTQCRHQFCSGC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  HFHCTQCRHQFCSGC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  HCTQCRHQFCSGC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  YAKNKCPEPNC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RVKKSLHGHHPRDCL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RVKKSLHGHHPRDCLF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LRLQKLLQDNN_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LRLQKLLQDNNVM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LRLQKLLQDNNVMF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RLQKLLQDNN_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: All Deu uptake values for the zero timepoint are NA. I will take the minimum across all conditions."
[1] "INFO: For  RLQKLLQDNNVM_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RLQKLLQDNNVMF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  QKLLQDNN_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  QKLLQDNNVMF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LQDNNVMF_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  NTEPPAGARAVPGGG_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  NTEPPAGARAVPGGGC_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  NTEPPAGARAVPGGGCRV_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  NTEPPAGARAVPGGGCRVIEQ_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CQAHYKEYL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  CQAHYKEYLVS_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  HYKEYLVS_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  VSLINAHSLDPATL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LINAHSLDPATL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  INAHSLDPATL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LETATERYLHVRPQPLAGEDPPAY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ETATERYLHVRPQPLAGEDPPAY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ETATERYLHVRPQPLAGEDPPAYQ_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ATERYLHVRPQPLAGEDPPAY_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ATERYLHVRPQPLAGEDPPAYQ_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ATERYLHVRPQPLAGEDPPAYQARL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ERYLHVRPQPLAGEDPPAYQ_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  ERYLHVRPQPLAGEDPPAYQARL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  RYLHVRPQPLAGEDPPAYQARL_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: For  LQKLTEEVPLGQSIPRRRK_0 , you have 11 conditions"
[1] "INFO: You have 1 replicates, for apo"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb13_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb25_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb27_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb2_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_1"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"
[1] "INFO: You have 1 replicates, for dAb6_2"
[1] "INFO: At least one Deu uptake values for the zero timepoint is NA. I will take the minimum of all zero timepoints"

Let’s select column data for the APO state and a bound state with a single domain antibody labelled as dAb25_1

data_selection <- hdx_data_nointercept[,c(1:3, 10:12)]
all_peptides <- rownames(data_selection)[[1]] # get all peptides
starting_parameters <- list(a = NULL)
formula = value ~ a * (1 - exp(-0.05*(timepoint)))

results <- analyse_kinetics(data = data_selection,
                            method = "fit",
                            peptide_selection = all_peptides, 
                            start = starting_parameters,
                            formula = formula)
[1] "INFO: Performing fitting of Deuterium uptake kinetics. Method: 'hdxstats::fitUptakeKinetics' "
graphics <- visualise_hdx_data(results, type="kinetics")
[1] "INFO: I found  110  models in your results data."
graphics[[36]] + 
graphics[[42]] +
graphics[[43]] +
graphics[[65]] +
graphics[[68]] +
graphics[[70]] +
graphics[[52]] +
graphics[[53]] +
plot_layout(guides = 'collect')

graphics_manhatten <- visualise_hdx_data(results, data_selection= data_selection, type="manhatten")
[1] "INFO: I found 6 columns in your data selection. I will split your data selection into two and take their difference."
[1] "X0rep1condapo"   "X30rep1condapo"  "X300rep1condapo"
[1] "X0rep1conddAb25_1"   "X30rep1conddAb25_1"  "X300rep1conddAb25_1"
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
[1] "INFO: You have  3 Manhattan plots"
graphics_manhatten[[2]] / graphics_manhatten[[3]] + plot_layout(guides = 'collect')

fasta_filepath <- system.file("extdata", "HOIP.txt", package = "hdxstats", mustWork = TRUE)
graphics_epitope <- visualise_hdx_data(results, type="epitope", level="peptide", fasta = fasta_filepath)
[1] "INFO: You input FASTA file contains 16 . I will take the first entry by default."
Warning in brewer.pal(n = 2, name = "Set2") :
  minimal value for n is 3, returning requested palette with 3 different levels
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
[1] "INFO: You have  2 parts for your Epitope map"
graphics_epitope[[1]]/(graphics_epitope[[2]]) + 
plot_layout(guides = 'collect') & theme(legend.position = "right")

fasta_filepath <- system.file("extdata", "HOIP.txt", package = "hdxstats", mustWork = TRUE)
graphics_epitope_heatmap <- visualise_hdx_data(results, type="epitope", level="residue", fasta = fasta_filepath)
[1] "INFO: You input FASTA file contains 16 . I will take the first entry by default."
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
[1] "INFO: You have  2 parts for your Epitope map"
graphics_epitope_heatmap[[1]]/(graphics_epitope_heatmap[[2]]) + 
plot_layout(guides = 'collect') & theme(legend.position = "right")

pdb_filepath <- "../vignettes/data/5edv_chainA_clean_renumbered.pdb"
fasta_filepath <- system.file("extdata", "HOIP.txt", package = "hdxstats", mustWork = TRUE)
graphics_epitope_pdbview <- visualise_hdx_data(results, 
                                               type="epitope", 
                                               level= "residue", 
                                               fasta= fasta_filepath,
                                               pdb= pdb_filepath)
[1] "INFO: You input FASTA file contains 16 . I will take the first entry by default."
[1] "Your HDX input dataset has 379 entries"
[1] "And excluding NA data you only have 379 entries"
[1] "However, your input PDB has only 286 residues in total"
[1] "Your scale limits are  0"    "Your scale limits are  1.37"
[1] "Your values will be coloured using Viridis"
graphics_epitope_pdbview #%>% setSpin()
fasta_filepath <- system.file("extdata", "HOIP.txt", package = "hdxstats", mustWork = TRUE)
qDF <- data_selection
graphics_protection_heatmap <- visualise_hdx_data(results, 
                                          type="protection", 
                                          data_selection=data_selection,
                                          level="residue",
                                          fasta = fasta_filepath)
[1] "INFO: I found 6 columns in your data selection. I will split your data selection into two and take their difference."
[1] "X0rep1condapo"   "X30rep1condapo"  "X300rep1condapo"
[1] "X0rep1conddAb25_1"   "X30rep1conddAb25_1"  "X300rep1conddAb25_1"
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
Warning in hdxdifference(object = data_selection, AAString = fasta_data[[1]],  :
  NaNs produced
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
[1] "INFO: You have  3 Protection/Deprotection heatmaps"
graphics_protection_heatmap[[3]][[1]] / graphics_protection_heatmap[[3]][[2]] +
    plot_layout(guides = 'collect') & theme(legend.position = "right")

fasta_filepath <- system.file("extdata", "HOIP.txt", package = "hdxstats", mustWork = TRUE)
pdb_filepath <- "../vignettes/data/5edv_chainA_clean_renumbered.pdb"

graphics_protection_pdbview <- visualise_hdx_data(results, 
                                       data_selection=data_selection,
                                       type="protection", 
                                       level="residue", 
                                       fasta=fasta_filepath, 
                                       pdb=pdb_filepath)
[1] "INFO: I found 6 columns in your data selection. I will split your data selection into two and take their difference."
[1] "X0rep1condapo"   "X30rep1condapo"  "X300rep1condapo"
[1] "X0rep1conddAb25_1"   "X30rep1conddAb25_1"  "X300rep1conddAb25_1"
Warning in hdxdifference(object = data_selection, AAString = fasta_data[[1]],  :
  NaNs produced
[1] "Your HDX input dataset has 379 entries"
[1] "And excluding NA data you only have 379 entries"
[1] "However, your input PDB has only 286 residues in total"
[1] "Your scale limits are  0"    "Your scale limits are  2.37"
[1] "Negative values will be coloured in Blue, and positive ones on Red"
[1] "Your HDX input dataset has 379 entries"
[1] "And excluding NA data you only have 379 entries"
[1] "However, your input PDB has only 286 residues in total"
[1] "Your scale limits are  0"    "Your scale limits are  2.37"
[1] "Negative values will be coloured in Blue, and positive ones on Red"
[1] "Your HDX input dataset has 379 entries"
[1] "And excluding NA data you only have 379 entries"
[1] "However, your input PDB has only 286 residues in total"
[1] "Your scale limits are  -0.39" "Your scale limits are  2.37" 
[1] "Negative values will be coloured in Blue, and positive ones on Red"
graphics_protection_pdbview
[[1]]

[[2]]

[[3]]
NA
LS0tCnRpdGxlOiAiUiBOb3RlYm9vayIKb3V0cHV0OiBodG1sX25vdGVib29rCi0tLQoKIyBMb2FkIHJlcXVpcmVkIGxpYnJhcmllcwoKYGBge3J9CmxpYnJhcnkoImhkeHN0YXRzIikKbGlicmFyeSgiZHBseXIiKQpsaWJyYXJ5KCJnZ3Bsb3QyIikKbGlicmFyeSgiUkNvbG9yQnJld2VyIikKbGlicmFyeSgidGlkeXIiKQpsaWJyYXJ5KCJwaGVhdG1hcCIpCmxpYnJhcnkoInNjYWxlcyIpCmxpYnJhcnkoInZpcmlkaXMiKQpsaWJyYXJ5KCJwYXRjaHdvcmsiKQpsaWJyYXJ5KCJCaW9zdHJpbmdzIikKbGlicmFyeSgieGZ1biIpCmxpYnJhcnkoInRpZHl2ZXJzZSIpCmxpYnJhcnkoIk5HTFZpZXdlUiIpCmxpYnJhcnkoImNvbXByZWhlbnIiKQpsaWJyYXJ5KCJiaW8zZCIpCmBgYAoKCmBgYHtyfQpzb3VyY2UoIi4uL1IvdGVzdF9zY3JpcHRfYXBwMi5SIikKc291cmNlKCIuLi9SL3BkYi12aXN1YWxpc2F0aW9uLlIiKQpgYGAKCgojIyBURVNUIENBU0UgMQoKYGBge3J9CmNzdl9maWxlcGF0aCA8LSBjc3ZfZmlsZXBhdGggPC0gc3lzdGVtLmZpbGUoImV4dGRhdGEiLCAiTUJQLmNzdiIsIHBhY2thZ2UgPSAiaGR4c3RhdHMiKQpoZHhfZGF0YSA8LSBleHRyYWN0X2hkeF9kYXRhKGNzdl9maWxlcGF0aCwgcGFyYW1ldGVyX2ZpbGUgPSAiLi4vdmlnbmV0dGVzL2RhdGEvbXlwYXJhbWV0ZXJzLmhkeHAiKQpgYGAKCmBgYHtyfQojIElOUFVUCmRhdGFfc2VsZWN0aW9uIDwtIGhkeF9kYXRhWywxOjEwMF0KYWxsX3BlcHRpZGVzIDwtIHJvd25hbWVzKGRhdGFfc2VsZWN0aW9uKVtbMV1dCnN0YXJ0aW5nX3BhcmFtZXRlcnMgPC0gbGlzdChhID0gTlVMTCwgYiA9IDAuMDAxLCAgZCA9IE5VTEwsIHAgPSAxKQoKIyBPVVRQVVQKcmVzdWx0cyA8LSBhbmFseXNlX2tpbmV0aWNzKGRhdGEgPSBkYXRhX3NlbGVjdGlvbiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1ldGhvZCA9ICJkZml0IiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBlcHRpZGVfc2VsZWN0aW9uID0gYWxsX3BlcHRpZGVzWzM3XSwKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0YXJ0ID0gc3RhcnRpbmdfcGFyYW1ldGVycykKYGBgCgpWaWV3IGZpdHRpbmcgY3VydmVzIG9mIERldS11cHRha2Uga2luZXRpY3MgZm9yIGFsbCBhdmFpbGFibGUgY29uZGl0aW9ucyBhc3NvY2lhdGVkIHRvIHNlbGVjdGVkIHBlcHRpZGVzCgpgYGB7ciwgZmlnLndpZHRoPSA0LCBmaWcuaGVpZ2h0ID0gMn0KZ3JhcGhpY3Nfa2luZXRpY3MgPC0gdmlzdWFsaXNlX2hkeF9kYXRhKHJlc3VsdHMsIHR5cGU9ImtpbmV0aWNzIikgCmdyYXBoaWNzX2tpbmV0aWNzCmBgYAoKYGBge3J9CiMgSU5QVVQKZGF0YV9zZWxlY3Rpb24gPC0gaGR4X2RhdGFbLDE6MjRdCmFsbF9wZXB0aWRlcyA8LSByb3duYW1lcyhkYXRhX3NlbGVjdGlvbilbWzFdXQpzdGFydGluZ19wYXJhbWV0ZXJzIDwtIGxpc3QoYSA9IE5VTEwsIGIgPSAwLjAwMSwgIGQgPSBOVUxMLCBwID0gMSkKCiMgT1VUUFVUCnJlc3VsdHMgPC0gYW5hbHlzZV9raW5ldGljcyhkYXRhID0gZGF0YV9zZWxlY3Rpb24sCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBtZXRob2QgPSAiZml0IiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBlcHRpZGVfc2VsZWN0aW9uID0gYWxsX3BlcHRpZGVzLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgc3RhcnQgPSBzdGFydGluZ19wYXJhbWV0ZXJzKQpgYGAKCgpgYGB7cn0KZ3JhcGhpY3NfZm9yZXN0IDwtIHZpc3VhbGlzZV9oZHhfZGF0YShyZXN1bHRzLCB0eXBlPSJmb3Jlc3QiKQpncmFwaGljc19raW5ldGljcyA8LSB2aXN1YWxpc2VfaGR4X2RhdGEocmVzdWx0cywgdHlwZT0ia2luZXRpY3MiKQpgYGAKCkNvbWJpbmUgZ3JhcGhpY2FsIG91dHB1dHMgaW4gYSBzaW5nbGUgY2FudmFzCgpgYGB7ciwgZmlnLndpZHRoPSAyMiwgZmlnLmhlaWdodCA9IDEwfQooZ3JhcGhpY3Nfa2luZXRpY3NbWzFdXSB8IGdyYXBoaWNzX2tpbmV0aWNzW1syXV0gfCBncmFwaGljc19raW5ldGljc1tbM11dKSAvCiAgKGdyYXBoaWNzX2ZvcmVzdFtbMV1dIHwgZ3JhcGhpY3NfZm9yZXN0W1syXV0gfCBncmFwaGljc19mb3Jlc3RbWzNdXSApIApgYGAKCgojIyBURVNUIENBU0UgMgoKU2luZ2xlLWRvbWFpbiBhbnRpYm9keSAoc2RBYikgYmluZGluZyBhc3NheXMgdG8gSE9JUC4KYGBge3J9CmNzdl9maWxlcGF0aCA8LSAiL2hvbWUvc2FuanVhbi9SL3g4Nl82NC1wYy1saW51eC1nbnUtbGlicmFyeS80LjIvaGR4c3RhdHMvZXh0ZGF0YS9ONjQxODRfMWEyX3N0YXRlLmNzdiIKaGR4X2RhdGEgPC0gZXh0cmFjdF9oZHhfZGF0YShjc3ZfZmlsZXBhdGgsIHBhcmFtZXRlcl9maWxlID0gIi4uL3ZpZ25ldHRlcy9kYXRhL042NDE4NF8xYTJfc3RhdGUuaGR4cCIpCmBgYAoKCmBgYHtyfQojIElOUFVUIApkYXRhX3NlbGVjdGlvbiA8LSBoZHhfZGF0YVssMTozM10KYWxsX3BlcHRpZGVzIDwtIHJvd25hbWVzKGRhdGFfc2VsZWN0aW9uKVtbMV1dICMgZ2V0IGFsbCBwZXB0aWRlcwpzdGFydGluZ19wYXJhbWV0ZXJzIDwtIGxpc3QoYSA9IE5VTEwsIGIgPSAwLjAxLCAgZCA9IE5VTEwpCmZvcm11bGEgPSB2YWx1ZSB+IGEgKiAoMSAtIGV4cCgtYioodGltZXBvaW50KSkpICsgZAoKIyBPVVRQVVQKcmVzdWx0cyA8LSBhbmFseXNlX2tpbmV0aWNzKGRhdGEgPSBkYXRhX3NlbGVjdGlvbiwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBtZXRob2QgPSAiZGZpdCIsIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgcGVwdGlkZV9zZWxlY3Rpb24gPSBhbGxfcGVwdGlkZXNbM10sIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgc3RhcnQgPSBzdGFydGluZ19wYXJhbWV0ZXJzLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybXVsYSA9IGZvcm11bGEpCmBgYAoKCmBgYHtyfQpncmFwaGljc19raW5ldGljcyA8LSB2aXN1YWxpc2VfaGR4X2RhdGEocmVzdWx0cywgdHlwZT0ia2luZXRpY3MiKQoKY3VzdG9tX2NvbG9ycyA8LSBzY2FsZV9jb2xvcl9tYW51YWwodmFsdWVzID0gY29sb3JSYW1wUGFsZXR0ZShicmV3ZXIucGFsKDgsIG5hbWUgPSAiU2V0MiIpKSgxMSkpCmdyYXBoaWNzX2tpbmV0aWNzICsgY3VzdG9tX2NvbG9ycwpgYGAKClJlbW92ZSBpbnRlcmNlcHQgRGV1IHVwdGFrZSB2YWx1ZXMgCgpgYGB7ciBlbnYsIG1lc3NhZ2UgPSBGQUxTRSwgd2FybmluZyA9IEZBTFNFLCBlY2hvID0gRkFMU0V9CmhkeF9kYXRhX25vaW50ZXJjZXB0IDwtIG15bm9ybWFsaXNlaGR4KGhkeF9kYXRhLCBtZXRob2QgPSAiaW50ZXJjZXB0IikKYGBgCgpMZXQncyBzZWxlY3QgY29sdW1uIGRhdGEgZm9yIHRoZSBBUE8gc3RhdGUgYW5kIGEgYm91bmQgc3RhdGUgd2l0aCBhIHNpbmdsZSBkb21haW4gYW50aWJvZHkgbGFiZWxsZWQgYXMgYGRBYjI1XzFgIApgYGB7cn0KZGF0YV9zZWxlY3Rpb24gPC0gaGR4X2RhdGFfbm9pbnRlcmNlcHRbLGMoMTozLCAxMDoxMildCmFsbF9wZXB0aWRlcyA8LSByb3duYW1lcyhkYXRhX3NlbGVjdGlvbilbWzFdXSAjIGdldCBhbGwgcGVwdGlkZXMKc3RhcnRpbmdfcGFyYW1ldGVycyA8LSBsaXN0KGEgPSBOVUxMKQpmb3JtdWxhID0gdmFsdWUgfiBhICogKDEgLSBleHAoLTAuMDUqKHRpbWVwb2ludCkpKQoKcmVzdWx0cyA8LSBhbmFseXNlX2tpbmV0aWNzKGRhdGEgPSBkYXRhX3NlbGVjdGlvbiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1ldGhvZCA9ICJmaXQiLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgcGVwdGlkZV9zZWxlY3Rpb24gPSBhbGxfcGVwdGlkZXMsIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgc3RhcnQgPSBzdGFydGluZ19wYXJhbWV0ZXJzLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybXVsYSA9IGZvcm11bGEpCmBgYAoKCmBgYHtyLCBmaWcud2lkdGg9IDIyLCBmaWcuaGVpZ2h0ID0gMTV9CmdyYXBoaWNzIDwtIHZpc3VhbGlzZV9oZHhfZGF0YShyZXN1bHRzLCB0eXBlPSJraW5ldGljcyIpCgpncmFwaGljc1tbMzZdXSArIApncmFwaGljc1tbNDJdXSArCmdyYXBoaWNzW1s0M11dICsKZ3JhcGhpY3NbWzY1XV0gKwpncmFwaGljc1tbNjhdXSArCmdyYXBoaWNzW1s3MF1dICsKZ3JhcGhpY3NbWzUyXV0gKwpncmFwaGljc1tbNTNdXSArCnBsb3RfbGF5b3V0KGd1aWRlcyA9ICdjb2xsZWN0JykKYGBgCgpgYGB7ciwgZmlnLndpZHRoPSAxNCwgZmlnLmhlaWdodCA9IDZ9CmdyYXBoaWNzX21hbmhhdHRhbiA8LSB2aXN1YWxpc2VfaGR4X2RhdGEocmVzdWx0cywgZGF0YV9zZWxlY3Rpb249IGRhdGFfc2VsZWN0aW9uLCB0eXBlPSJtYW5oYXR0YW4iKQoKZ3JhcGhpY3NfbWFuaGF0dGFuW1syXV0gLyBncmFwaGljc19tYW5oYXR0YW5bWzNdXSArIHBsb3RfbGF5b3V0KGd1aWRlcyA9ICdjb2xsZWN0JykKYGBgCgoKYGBge3IsIGZpZy53aWR0aD0gMTIsIGZpZy5oZWlnaHQgPSA0fQpmYXN0YV9maWxlcGF0aCA8LSBzeXN0ZW0uZmlsZSgiZXh0ZGF0YSIsICJIT0lQLnR4dCIsIHBhY2thZ2UgPSAiaGR4c3RhdHMiLCBtdXN0V29yayA9IFRSVUUpCmdyYXBoaWNzX2VwaXRvcGUgPC0gdmlzdWFsaXNlX2hkeF9kYXRhKHJlc3VsdHMsIHR5cGU9ImVwaXRvcGUiLCBsZXZlbD0icGVwdGlkZSIsIGZhc3RhID0gZmFzdGFfZmlsZXBhdGgpCgpncmFwaGljc19lcGl0b3BlW1sxXV0vKGdyYXBoaWNzX2VwaXRvcGVbWzJdXSkgKyAKcGxvdF9sYXlvdXQoZ3VpZGVzID0gJ2NvbGxlY3QnKSAmIHRoZW1lKGxlZ2VuZC5wb3NpdGlvbiA9ICJyaWdodCIpCmBgYAoKCmBgYHtyLCBmaWcud2lkdGg9IDEyLCBmaWcuaGVpZ2h0ID0gNH0KZmFzdGFfZmlsZXBhdGggPC0gc3lzdGVtLmZpbGUoImV4dGRhdGEiLCAiSE9JUC50eHQiLCBwYWNrYWdlID0gImhkeHN0YXRzIiwgbXVzdFdvcmsgPSBUUlVFKQpncmFwaGljc19lcGl0b3BlX2hlYXRtYXAgPC0gdmlzdWFsaXNlX2hkeF9kYXRhKHJlc3VsdHMsIHR5cGU9ImVwaXRvcGUiLCBsZXZlbD0icmVzaWR1ZSIsIGZhc3RhID0gZmFzdGFfZmlsZXBhdGgpCgpncmFwaGljc19lcGl0b3BlX2hlYXRtYXBbWzFdXS8oZ3JhcGhpY3NfZXBpdG9wZV9oZWF0bWFwW1syXV0pICsgCnBsb3RfbGF5b3V0KGd1aWRlcyA9ICdjb2xsZWN0JykgJiB0aGVtZShsZWdlbmQucG9zaXRpb24gPSAicmlnaHQiKQpgYGAKCmBgYHtyfQpwZGJfZmlsZXBhdGggPC0gIi4uL3ZpZ25ldHRlcy9kYXRhLzVlZHZfY2hhaW5BX2NsZWFuX3JlbnVtYmVyZWQucGRiIgpmYXN0YV9maWxlcGF0aCA8LSBzeXN0ZW0uZmlsZSgiZXh0ZGF0YSIsICJIT0lQLnR4dCIsIHBhY2thZ2UgPSAiaGR4c3RhdHMiLCBtdXN0V29yayA9IFRSVUUpCmdyYXBoaWNzX2VwaXRvcGVfcGRidmlldyA8LSB2aXN1YWxpc2VfaGR4X2RhdGEocmVzdWx0cywgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT0iZXBpdG9wZSIsIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldmVsPSAicmVzaWR1ZSIsIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZhc3RhPSBmYXN0YV9maWxlcGF0aCwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwZGI9IHBkYl9maWxlcGF0aCkKZ3JhcGhpY3NfZXBpdG9wZV9wZGJ2aWV3ICMlPiUgc2V0U3BpbigpCmBgYAoKYGBge3J9CmZhc3RhX2ZpbGVwYXRoIDwtIHN5c3RlbS5maWxlKCJleHRkYXRhIiwgIkhPSVAudHh0IiwgcGFja2FnZSA9ICJoZHhzdGF0cyIsIG11c3RXb3JrID0gVFJVRSkKcURGIDwtIGRhdGFfc2VsZWN0aW9uCmdyYXBoaWNzX3Byb3RlY3Rpb25faGVhdG1hcCA8LSB2aXN1YWxpc2VfaGR4X2RhdGEocmVzdWx0cywgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU9InByb3RlY3Rpb24iLCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YV9zZWxlY3Rpb249ZGF0YV9zZWxlY3Rpb24sCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldmVsPSJyZXNpZHVlIiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmFzdGEgPSBmYXN0YV9maWxlcGF0aCkKYGBgCgpgYGB7ciwgZmlnLndpZHRoPSAxMiwgZmlnLmhlaWdodCA9IDR9CmdyYXBoaWNzX3Byb3RlY3Rpb25faGVhdG1hcFtbM11dW1sxXV0gLyBncmFwaGljc19wcm90ZWN0aW9uX2hlYXRtYXBbWzNdXVtbMl1dICsKICAgIHBsb3RfbGF5b3V0KGd1aWRlcyA9ICdjb2xsZWN0JykgJiB0aGVtZShsZWdlbmQucG9zaXRpb24gPSAicmlnaHQiKQpgYGAKCgpgYGB7cn0KZmFzdGFfZmlsZXBhdGggPC0gc3lzdGVtLmZpbGUoImV4dGRhdGEiLCAiSE9JUC50eHQiLCBwYWNrYWdlID0gImhkeHN0YXRzIiwgbXVzdFdvcmsgPSBUUlVFKQpwZGJfZmlsZXBhdGggPC0gIi4uL3ZpZ25ldHRlcy9kYXRhLzVlZHZfY2hhaW5BX2NsZWFuX3JlbnVtYmVyZWQucGRiIgoKZ3JhcGhpY3NfcHJvdGVjdGlvbl9wZGJ2aWV3IDwtIHZpc3VhbGlzZV9oZHhfZGF0YShyZXN1bHRzLCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YV9zZWxlY3Rpb249ZGF0YV9zZWxlY3Rpb24sCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU9InByb3RlY3Rpb24iLCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGV2ZWw9InJlc2lkdWUiLCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmFzdGE9ZmFzdGFfZmlsZXBhdGgsIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwZGI9cGRiX2ZpbGVwYXRoKQoKZ3JhcGhpY3NfcHJvdGVjdGlvbl9wZGJ2aWV3CmBgYAoK